(GOLD-prefix): Define *after* GOLD-map.
authorRichard M. Stallman <rms@gnu.org>
Fri, 4 Jun 1993 17:10:07 +0000 (17:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 4 Jun 1993 17:10:07 +0000 (17:10 +0000)
lisp/emulation/edt.el

index c284fce5c45242a6051a9ef0d7e52b916fe29ba5..875cb1730753e675b54f87e65623d300a115680a 100644 (file)
@@ -390,12 +390,12 @@ The keys redefined by \\[edt-emulation-on] are given their old definitions."
   (define-key lisp-mode-map "\177" edt-mode-old-lisp-delete) ;"Delete"
   (global-set-key "\C-j" edt-mode-old-linefeed))           ;"LineFeed"
 
-(defalias 'GOLD-prefix GOLD-map)
-
 (defvar GOLD-map (make-keymap)
    "`GOLD-map' maps the function keys on the VT100 keyboard preceeded
 by the PF1 key.  GOLD is the ASCII the 7-bit escape sequence <ESC>OP.")
 
+(defalias 'GOLD-prefix GOLD-map)
+
 (global-set-key [home] 'edt-beginning-of-window)
 (global-set-key [kp-f2] 'describe-key)
 (global-set-key [kp-f4] 'delete-current-line)